home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 41 / Amiga Format CD41 (1999-06)(Future Publishing)(GB)[!][issue 1999-07].iso / -readerstuff- / -wb_screens- / matthew_thompson / s / startup-sequence < prev    next >
Text File  |  1999-04-24  |  317b  |  22 lines

  1. ;Mountcd >NIL: cd0:
  2. Loadide start quiet
  3. MCPvalidate >NIL:
  4. Setvbr Reset >NIL:
  5. rom2fast >NIL:
  6. Assign t: ram:
  7.  
  8. testlmb >NIL:
  9. IF WARN
  10.    Execute s:mac.startup
  11. Endif
  12.  
  13. Execute >NIL: s:Keypressed.script
  14. Execute >NIL: s:mattbench.startup
  15. endcli
  16.  
  17. ;Dummy for installers
  18. IF EXISTS S:User-Startup
  19.   Execute S:User-Startup
  20. EndIF
  21.  
  22.